.rounded-5{
  border-radius: 2rem;
}

.hero-section {
  background: linear-gradient(135deg, #1A3051 0%, #1a3051e8 50%, #1a3051c5 100%);
  padding: 9rem 0 6rem;
  position: relative;
  overflow: hidden;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 5rem;
  left: 5rem;
  width: 18rem;
  height: 18rem;
      background: rgb(40 86 72 / 60%);
  border-radius: 50%;
  filter: blur(60px);
  animation: pulse-soft 4s ease-in-out infinite;
}

.hero-section::after {
  content: '';
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 24rem;
  height: 24rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  filter: blur(60px);
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  padding: 0.5rem 1rem;
  margin-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.875rem;
  font-weight: 500;
}

.hero-badge i {
  color: var(--main_site);
}

.hero-title {
  font-size: 3rem;
  font-weight: 800;
  color: white;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.hero-title span {
  color: var(--main_site);
}

.hero-description {
  font-size: 1.25rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 600px;
  margin: 0 auto 3rem;
  line-height: 1.8;
}

.hero-icon-box {
  width: 5rem;
  height: 5rem;
  background: rgba(227, 82, 0, 0.2);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(227, 82, 0, 0.3);
  position: relative;
  margin: 0 auto;
  animation: float 6s ease-in-out infinite;
}

.hero-icon-box::after {
  content: '';
  position: absolute;
  bottom: -0.5rem;
  left: -0.5rem;
  width: 1.5rem;
  height: 1.5rem;
  background: var(--main_site);
  border-radius: 0.5rem;
}

.hero-icon-box i {
  font-size: 2.5rem;
  color: white;
}

.hero-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-10px); }
}

@keyframes pulse-soft {
  0%, 100% { opacity: 1; }
  50% { opacity: 0.6; }
}
.header-title,
.header-desc {
  color: #1A3051;
}

.type-box {
  background-color: rgb(255, 255, 255);
  background-size: cover;
}

.main-color {
  color: #1A3051;
}

.platform-type {
 background: linear-gradient(180deg, rgba(67, 159, 54, 0.24) 0%, rgba(67, 159, 54, 0) 100%);

  margin-top: 50px;
}

.second-color {
  color: var(--main_site);
}

.plan-box {
  box-shadow: 0px 0px 37.5px 0px #9797971c;
  border: 1px solid #ffffff17;
}

/* plans */
.free-plan {
background: linear-gradient(226.06deg, #1A3051 22.33%, var(--main_site) 179.38%);

  border: 1px solid #ffffff17;
  box-shadow:
    0px 0px 37.5px 0px #9797971c,
    4px 4px 4px 0px #ffffff40 inset,
    -4px -4px 4px 0px #ffffff40 inset;
  position: relative;
}

.free-plan::after {
  content: "6 أشهر مجاناً";
  padding: 5px 20px;
  background-color: #00c02a;
  color: white;
  border-radius: 30px;
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
}

.per-year {
  color: #9c9c9c;
}

.core-features {
  border-bottom: 1px dotted #e6e6e6;
}

/* features section */
.features-section {
  background-color: #fcfcfc;
}

/* CTA Section */
.cta-section {
  padding: 5rem 0;
background: linear-gradient(246.39deg, #1A3051 51.65%, var(--main_site) 98.38%);

  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -25%;
  width: 50%;
  height: 200%;
  background: rgba(255, 255, 255, 0.05);
  transform: rotate(15deg);
}

.cta-title {
  font-size: 3.5rem;
  font-weight: 800;
  color: white;
  margin-bottom: 1.5rem;
}

.cta-description {
  font-size: 1.125rem;
  color: rgba(255, 255, 255, 0.8);
  max-width: 500px;
  margin: 0 auto 2rem;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.btn-cta-primary {
  background: var(--main_site);
  border: 1px solid white;
  color: white;
  padding: 0.875rem 2rem;
  border-radius: 0.75rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-subscripe {
  color: #5a3d7a;
  border: 1px solid #5a3d7a;
  padding: 0.875rem 2rem;
  transition: all 0.3s ease;
}

.btn-subscripe:hover {
  background: #5a3d7a;
  color: white;
}

.btn-cta-primary:hover {
  background: #429f36b8;
  transform: scale(1.05);
  color: white;
}

.btn-cta-outline {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: white;
  padding: 0.875rem 2rem;
  border-radius: 0.75rem;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-cta-outline:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}
